All Questions
Tagged with raspberry-piwifi
75 questions
1vote
1answer
54views
Proxy ARP between Ubuntu and Raspberry
I have a not so new PC on which I installed Ubuntu 24.04 LTS. It does not have WiFi connectivity, and I do not have a wired internet connection. Therefore, I would like to endow it an internet access ...
1vote
1answer
137views
SSH hangs/disconnects unless using `-v` option
I have a raspberry pi setup. When connected over ethernet ssh sometimes hangs, but generally works. When connected over wifi ssh is extremely choppy (8/10 connections fail, if I connect it drops ...
0votes
0answers
108views
Playing Music through Sonos Speaker connected to ETH Raspberry Pi
I have a Raspberry Pi Wifi-to-Ethernet bridge, and have a Sonos Symfonisk speaker plugged into the Ethernet output. In it's current configuration I can't play music through the speaker, is there a ...
0votes
0answers
42views
Router Cannot See MAC Address of Devices Behind RPi Bridge
I followed Option 1 (Same Subnet) of this tutorial to turn my Raspberry Pi into a WiFi-to-Ethernet Bridge. It works great, but the router cannot see the device connected behind the bridge as being ...
1vote
0answers
90views
ifup fails when ran in systemd service, debian 10 (raspian)
I have a little script named wificheck: ifdown --force $1 sleep 4 ifup $1 Set it up in a systemd. If I run it as sudo ./script.sh wlan0 works fine, but if I run the process sudo systemctl start ...
0votes
1answer
876views
Wireless AP, I cannot ping host nor client
I'm setting up a wireless ap without internet connection. A client can connect to the hostapd server and obtain an ip address thanks to dnsmasq. The problem is that the client cannot ping the server ...
0votes
2answers
920views
Can't mount network drive properly over Wi-Fi (cifs error -101)
NOTE: this is a repost from https://askubuntu.com/questions/1427248/cant-mount-network-drive-properly-over-wi-fi because it was off-topic there I am trying to mount a network drive on Lubuntu 16.4 ...
1vote
0answers
325views
Raspberry pi 4B wifi problem
For some time my raspberry pi was not able to connect to my home wifi. It's been working well for quite some time, and the only thing that could have affected it was system updates. It has raspberry ...
1vote
0answers
622views
How to connect a headless pi zero W running kali to home wifi?
I have a Pi zero W and I am using pi-tail as my OS of choice for the pi. I used rpi-imager to mount the img file onto the sd card. I added the wifi settings from the rpi-imager but for some reason it ...
0votes
1answer
1kviews
mesh network of multiple raspberry pi with python
I am currently working with alerting devices, specifically using raspberry pi 3b+, where it classifies a sound and the classified sound is sent to every alerting device present at home. I am looking ...
0votes
1answer
192views
Unable to execute `sudo make` while installing tplink tn722n driver
I am trying to enable monitor using tp-link tp-wn722n v2/3 connected to Raspberry Pi 4 model B 2GB. My OS details are (using Kali-ARM 32bit version although R Pi is 64bit). PRETTY_NAME="Kali GNU/...
0votes
1answer
523views
How to connect to a hotspot with dynamic IP address on boot and get a static IP address in RP4 with Kali Linux
I want to connect to hotspot on my phone automatically when I boot my Raspberry Pi 4 (with Kali Linux installed). I know that I can edit /etc/network/interfaces but the configuration file I have is ...
0votes
1answer
2kviews
kali headless wifi from Raspberry Pi?
I am trying to configure a Kali install on a headless raspberry pi 4 to connect to the wifi network automagically after a reboot. I recall doing it a year or so ago and the process seemed relatively ...
0votes
2answers
902views
How to setup a .local Wifi hostname to SSH in a Linux system?
I SSH to my Raspberry Pi's wifi via ssh raspberrypi.local, simply done by adding the following code in a file named wpa_supplicant.conf ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev ...
-4votes
1answer
4kviews
How to get to monitor mode Kali Linux on Rasberry pi 4? (airmon-ng, iwconfig don't work)
Method 1: Airmon-ng - (don't work) airmon-ng check kill airmon-ng start wlan0 Make wlan0mon, everything looks fine, but after some time (around 50 seconds) using some tools like airgeddon or airlay-...